Move forward declaration of BablList to the beginning...
authorMartin Nordholts <martinn@src.gnome.org>
Sat, 17 Jan 2009 14:05:23 +0000 (14:05 +0000)
committerMartin Nordholts <martinn@src.gnome.org>
Sat, 17 Jan 2009 14:05:23 +0000 (14:05 +0000)
svn path=/trunk/; revision=373

babl/babl.h

index d6fa2193c5e9dbac632a2eb3bc6d63d25ce36fad..e9c533968bce1f13f2aaafe75d503bfcc5046557 100644 (file)
 #error babl.h included after babl-internal.h
 #endif
 
+typedef struct _BablList BablList;
+
 #include "babl-macros.h"
 #include "babl-main.h"
 
-typedef struct _BablList BablList;
-
 /* magic number used at the start of all babl objects, used to do
  * differentiation in polymorphic functions. (as well as manual
  * type check assertions).